FORM CONTENTS Assistant
This assistant provides the following components and their options:
Label Field
Text Field Name, Default Value, Length & Maximum Length
Password Field
Hidden Text
Upload a File
Radio Button Name, Default Value
Check Box
Text Box Name, Default Value, Number of Rows, Number of Columns
Pop-Up Menu Name, Multiple Selection
Selection List Name, Rows in Scroll Bar, Multiple Selection
Submit Form Name, Button Title
Reset Form
The Label Field allows you to put (to the left of the Form Item) what appears on the form to 'label' the box in which data is to be entered, such as "Last Name"

Option List Item - gives you the following:
<OPTION>
This inserts items in the selection list

Default Option List Item - gives you the following:
<OPTION SELECTED>
This will be the default item selected in the selection list

Form Contents Assistant